CygNet GCM Nomination Grid - Methods

This topic lists the methods available in the script editor for the CygNet GCM Nomination Grid.

Property Description

AboutBox

The AboutBox method displays an About dialog box for the control.

Syntax

AboutBox()

Example

The following examples launch an About dialog box for the control.

Copy
AboutBox
Sub ShowAboutBox()
 
    <Object>.AboutBox
 
End Sub

Sub ButtonTool_EventClick()

    Dim This : Set This = ButtonTool
    <Object>.AboutBox
 
End Sub

ApplyUnitSet

The ApplyUnitSet method changes the current units to a predefined set.

Clear

The Clear method clears the contents and values of the object.

Export

The Export method exports the contents of the grid to a temporary CSV file and opens the file with the default spreadsheet viewer for the user to view and save to disk.

ExportToFile

The ExportToFile method exports the contents of the grid to a specified CSV file.

GetCellText

The GetCellText method gets the text of the cell specified by row and column.

GetCellTextByFacility

The GetCellTextByFacility method gets the text of the cell specified by given Facilty and column.

Print

The Print method prints the contents of the control, grid, or viewer. When this method is called, the Print dialog box is shown to allow configuration.

Rebuild

The Rebuild method re-reads the Group Service (GRP) hierarchy and Current Value Service (CVS), then redraws the grid and refreshes the data.

Refresh

The Refresh method refreshes the contents of the control from the Current Value Service (CVS).

StopAllActivity

The StopAllActivity method stops all work if the grid is building. Call this method when closing the screen.